Uses of Interface
com.cisco.pt.MACAddress
Packages that use MACAddress
Package
Description
-
Uses of MACAddress in com.cisco.pt
Methods in com.cisco.pt that return MACAddressModifier and TypeMethodDescriptionEncodedBuffer.getMACAddress()Retrieve the next buffer entry as a MACAddressMethods in com.cisco.pt with parameters of type MACAddressModifier and TypeMethodDescriptionEncodedBuffer.putMACAddress(MACAddress m) Store a MACAddress value to the encoded buffer -
Uses of MACAddress in com.cisco.pt.impl
Classes in com.cisco.pt.impl that implement MACAddressFields in com.cisco.pt.impl declared as MACAddressMethods in com.cisco.pt.impl that return MACAddressModifier and TypeMethodDescriptionprotected MACAddressPtmpBuffer.asMACAddress(String s) PtmpBuffer.getMACAddress()static MACAddressMACAddressImpl.parseMACAddress(String s) Methods in com.cisco.pt.impl with parameters of type MACAddressModifier and TypeMethodDescriptionvoidIPCCall.addMACAddressParameter(MACAddress value) protected StringPtmpBuffer.asString(MACAddress mac) PtmpBuffer.putMACAddress(MACAddress m) Constructors in com.cisco.pt.impl with parameters of type MACAddress -
Uses of MACAddress in com.cisco.pt.ipc.events
Fields in com.cisco.pt.ipc.events declared as MACAddressModifier and TypeFieldDescriptionARPProcessEvent.ArpEntryAdded.macARPProcessEvent.ArpEntryRemoved.macVLANEvent.MacEntryRemoved.macBluetoothManagerEvent.DeviceConnected.macAddressBluetoothManagerEvent.DeviceDisconnected.macAddressBluetoothManagerEvent.DeviceDiscovered.macAddressBluetoothManagerEvent.DevicePaired.macAddressBluetoothManagerEvent.DeviceUnpaired.macAddressPortEvent.MacChanged.newMacSTPProcessEvent.RootChanged.newMacVLANEvent.MacEntryAdded.newMacPortEvent.MacChanged.oldMacSTPProcessEvent.RootChanged.oldMacARPProcessEvent.FoundMyIpTaken.otherMacARPProcessEvent.FoundTakingMyIp.otherMac -
Uses of MACAddress in com.cisco.pt.ipc.impl
Methods in com.cisco.pt.ipc.impl that return MACAddressModifier and TypeMethodDescriptionprotected MACAddressIPCDataImpl.pduReadMACAddress(EncodedBuffer buff) protected MACAddressIPCDataImpl.readMACAddress(EncodedBuffer buff) -
Uses of MACAddress in com.cisco.pt.ipc.sim
Methods in com.cisco.pt.ipc.sim that return MACAddressModifier and TypeMethodDescriptionCiscoDevice.getBia()Information provided by the PKI file:Port.getBia()Information provided by the PKI file:WirelessClientProcess.getCurrentApMac()Information provided by the PKI file:CustomBluetoothProcess.getDstMac()ARPEntry.getMacAddress()BluetoothDevice.getMacAddress()DHCPPoolLease.getMacAddress()MACEntry.getMacAddress()Port.getMacAddress()Information provided by the PKI file:StaticMac.getMacAddress()WirelessProfile.getMacAddress()WirelessServerProcess.getMacAddressAt(int index) Information provided by the PKI file:Methods in com.cisco.pt.ipc.sim that return types with arguments of type MACAddressModifier and TypeMethodDescriptionWirelessServerProcess.getAllMacEntries()Information provided by the PKI file:PortSecurity.getLastSourceMacVlan()Information provided by the PKI file:Methods in com.cisco.pt.ipc.sim with parameters of type MACAddressModifier and TypeMethodDescriptionvoidBluetoothManager.acceptPairRequest(MACAddress macAddress, String deviceName) booleanWirelessClientProcess.addProfile(String name, String ssid, WirelessNetworkType netType, MACAddress macAddress, WirelessAuthenType authType, WirelessEncryptType encryptType, String wepKey, String userid, String password, boolean bDHCPOn, boolean bDHCPv6On, IPAddress ipAddress, IPAddress subnet, IPAddress gateway, IPAddress DNS) Information provided by the PKI file:booleanPortSecurity.addSecureMacEntry(MACAddress macAddress, boolean isSticky) Information provided by the PKI file:booleanMACSwitch.addStaticMac(MACAddress macAddress, int vlanNumber, String portName) Information provided by the PKI file:voidWirelessServerProcess.addToMacFilterAddrList(MACAddress addr) Information provided by the PKI file:booleanCustomBluetoothProcess.connect(MACAddress dstMac, UUID dstService) BluetoothManager.getDevice(MACAddress macAddress) booleanMACSwitch.isEntryExisted(MACAddress macAddress, int vlanNumber, String portName) Information provided by the PKI file:voidBluetoothManager.pair(MACAddress macAddress) booleanBluetoothManager.processPairRequest(MACAddress macAddress, String deviceName) voidWirelessServerProcess.removeFromMacFilterAddrList(MACAddress addr) Information provided by the PKI file:booleanPortSecurity.removeSecureMacEntry(MACAddress macAddress) Information provided by the PKI file:booleanMACSwitch.removeStaticMac(MACAddress macAddress, int vlanNumber, String portName) Information provided by the PKI file:booleanPortSecurity.secureMacExist(MACAddress macAddress) Information provided by the PKI file:booleanWirelessClientProcess.setCurrentProfile(String name, String ssid, WirelessNetworkType netType, MACAddress macAddress, WirelessAuthenType authType, WirelessEncryptType encryptType, String wepKey, String userid, String password, boolean bDHCPOn, boolean bDHCPv6On, IPAddress ipAddress, IPAddress subnet, IPAddress gateway, IPAddress DNS) Information provided by the PKI file:voidARPEntry.setMacAddress(MACAddress macAddress) voidBluetoothDevice.setMacAddress(MACAddress macAddress) voidDHCPPoolLease.setMacAddress(MACAddress macAddress) voidMACEntry.setMacAddress(MACAddress macAddress) voidPort.setMacAddress(MACAddress macAddress) Information provided by the PKI file:voidStaticMac.setMacAddress(MACAddress macAddress) voidWirelessProfile.setMacAddress(MACAddress macAddress) voidBluetoothManager.unpair(MACAddress macAddress) -
Uses of MACAddress in com.cisco.pt.ipc.sim.impl
Fields in com.cisco.pt.ipc.sim.impl declared as MACAddressModifier and TypeFieldDescriptionprotected MACAddressARPEntryImpl.macAddressprotected MACAddressBluetoothDeviceImpl.macAddressprotected MACAddressDHCPPoolLeaseImpl.macAddressprotected MACAddressMACEntryImpl.macAddressprotected MACAddressStaticMacImpl.macAddressprotected MACAddressWirelessProfileImpl.macAddressMethods in com.cisco.pt.ipc.sim.impl that return MACAddressModifier and TypeMethodDescriptionCiscoDeviceImpl.getBia()Information provided by the PKI file:PortImpl.getBia()Information provided by the PKI file:WirelessClientProcessImpl.getCurrentApMac()Information provided by the PKI file:CustomBluetoothProcessImpl.getDstMac()ARPEntryImpl.getMacAddress()BluetoothDeviceImpl.getMacAddress()DHCPPoolLeaseImpl.getMacAddress()MACEntryImpl.getMacAddress()PortImpl.getMacAddress()Information provided by the PKI file:StaticMacImpl.getMacAddress()WirelessProfileImpl.getMacAddress()WirelessServerProcessImpl.getMacAddressAt(int index) Information provided by the PKI file:Methods in com.cisco.pt.ipc.sim.impl that return types with arguments of type MACAddressModifier and TypeMethodDescriptionWirelessServerProcessImpl.getAllMacEntries()Information provided by the PKI file:PortSecurityImpl.getLastSourceMacVlan()Information provided by the PKI file:Methods in com.cisco.pt.ipc.sim.impl with parameters of type MACAddressModifier and TypeMethodDescriptionvoidBluetoothManagerImpl.acceptPairRequest(MACAddress macAddress, String deviceName) booleanWirelessClientProcessImpl.addProfile(String name, String ssid, WirelessNetworkType netType, MACAddress macAddress, WirelessAuthenType authType, WirelessEncryptType encryptType, String wepKey, String userid, String password, boolean bDHCPOn, boolean bDHCPv6On, IPAddress ipAddress, IPAddress subnet, IPAddress gateway, IPAddress DNS) Information provided by the PKI file:booleanPortSecurityImpl.addSecureMacEntry(MACAddress macAddress, boolean isSticky) Information provided by the PKI file:booleanMACSwitchImpl.addStaticMac(MACAddress macAddress, int vlanNumber, String portName) Information provided by the PKI file:voidWirelessServerProcessImpl.addToMacFilterAddrList(MACAddress addr) Information provided by the PKI file:booleanCustomBluetoothProcessImpl.connect(MACAddress dstMac, UUID dstService) BluetoothManagerImpl.getDevice(MACAddress macAddress) booleanMACSwitchImpl.isEntryExisted(MACAddress macAddress, int vlanNumber, String portName) Information provided by the PKI file:voidBluetoothManagerImpl.pair(MACAddress macAddress) booleanBluetoothManagerImpl.processPairRequest(MACAddress macAddress, String deviceName) voidWirelessServerProcessImpl.removeFromMacFilterAddrList(MACAddress addr) Information provided by the PKI file:booleanPortSecurityImpl.removeSecureMacEntry(MACAddress macAddress) Information provided by the PKI file:booleanMACSwitchImpl.removeStaticMac(MACAddress macAddress, int vlanNumber, String portName) Information provided by the PKI file:booleanPortSecurityImpl.secureMacExist(MACAddress macAddress) Information provided by the PKI file:booleanWirelessClientProcessImpl.setCurrentProfile(String name, String ssid, WirelessNetworkType netType, MACAddress macAddress, WirelessAuthenType authType, WirelessEncryptType encryptType, String wepKey, String userid, String password, boolean bDHCPOn, boolean bDHCPv6On, IPAddress ipAddress, IPAddress subnet, IPAddress gateway, IPAddress DNS) Information provided by the PKI file:voidARPEntryImpl.setMacAddress(MACAddress macAddress) voidBluetoothDeviceImpl.setMacAddress(MACAddress macAddress) voidDHCPPoolLeaseImpl.setMacAddress(MACAddress macAddress) voidMACEntryImpl.setMacAddress(MACAddress macAddress) voidPortImpl.setMacAddress(MACAddress macAddress) Information provided by the PKI file:voidStaticMacImpl.setMacAddress(MACAddress macAddress) voidWirelessProfileImpl.setMacAddress(MACAddress macAddress) voidBluetoothManagerImpl.unpair(MACAddress macAddress) -
Uses of MACAddress in com.cisco.pt.ipc.sim.pdu
Methods in com.cisco.pt.ipc.sim.pdu that return MACAddressModifier and TypeMethodDescriptionLacpFrame.getActorDevice()CellularHeader.getAddress1()CellularHeader.getAddress2()CellularHeader.getAddress3()CellularHeader.getAddress4()DHCPPacket.getClientMacAddress()BluetoothFrame.getDstMac()ARPPacket.getDstMacAddress()EthernetHeader.getDstMacAddress()DHCPSubOptionRemoteId.getGetMacAddress()IPCPv6Frame.getIntfId()PagpFrame.getLocalDevId()H323Message.getMacAddress()LinkLayerOption.getMacAddress()SccpMessage.getMacAddress()STPId.getMacAddress()WirelessHeader.getMacAddress1()WirelessHeader.getMacAddress2()WirelessHeader.getMacAddress3()WirelessHeader.getMacAddress4()DTPFrame.getNeighborMac()LacpFrame.getPartnetDevice()PagpFrame.getPartnetDevId()CapwapUdpPacket.getRadioMacAddress()BluetoothFrame.getSrcMac()ARPPacket.getSrcMacAddress()EthernetHeader.getSrcMacAddress()Methods in com.cisco.pt.ipc.sim.pdu with parameters of type MACAddressModifier and TypeMethodDescriptionvoidLacpFrame.setActorDevice(MACAddress actorDevice) voidCellularHeader.setAddress1(MACAddress address1) voidCellularHeader.setAddress2(MACAddress address2) voidCellularHeader.setAddress3(MACAddress address3) voidCellularHeader.setAddress4(MACAddress address4) voidDHCPPacket.setClientMacAddress(MACAddress clientMacAddress) voidBluetoothFrame.setDstMac(MACAddress dstMac) voidARPPacket.setDstMacAddress(MACAddress dstMacAddress) voidEthernetHeader.setDstMacAddress(MACAddress dstMacAddress) voidDHCPSubOptionRemoteId.setGetMacAddress(MACAddress getMacAddress) voidIPCPv6Frame.setIntfId(MACAddress intfId) voidPagpFrame.setLocalDevId(MACAddress localDevId) voidH323Message.setMacAddress(MACAddress macAddress) voidLinkLayerOption.setMacAddress(MACAddress macAddress) voidSccpMessage.setMacAddress(MACAddress macAddress) voidSTPId.setMacAddress(MACAddress macAddress) voidWirelessHeader.setMacAddress1(MACAddress macAddress1) voidWirelessHeader.setMacAddress2(MACAddress macAddress2) voidWirelessHeader.setMacAddress3(MACAddress macAddress3) voidWirelessHeader.setMacAddress4(MACAddress macAddress4) voidDTPFrame.setNeighborMac(MACAddress neighborMac) voidLacpFrame.setPartnetDevice(MACAddress partnetDevice) voidPagpFrame.setPartnetDevId(MACAddress partnetDevId) voidCapwapUdpPacket.setRadioMacAddress(MACAddress radioMacAddress) voidBluetoothFrame.setSrcMac(MACAddress srcMac) voidARPPacket.setSrcMacAddress(MACAddress srcMacAddress) voidEthernetHeader.setSrcMacAddress(MACAddress srcMacAddress) -
Uses of MACAddress in com.cisco.pt.ipc.sim.pdu.impl
Fields in com.cisco.pt.ipc.sim.pdu.impl declared as MACAddressModifier and TypeFieldDescriptionprotected MACAddressLacpFrameImpl.actorDeviceprotected MACAddressCellularHeaderImpl.address1protected MACAddressCellularHeaderImpl.address2protected MACAddressCellularHeaderImpl.address3protected MACAddressCellularHeaderImpl.address4protected MACAddressDHCPPacketImpl.clientMacAddressprotected MACAddressBluetoothFrameImpl.dstMacprotected MACAddressARPPacketImpl.dstMacAddressprotected MACAddressEthernetHeaderImpl.dstMacAddressprotected MACAddressDHCPSubOptionRemoteIdImpl.getMacAddressprotected MACAddressIPCPv6FrameImpl.intfIdprotected MACAddressPagpFrameImpl.localDevIdprotected MACAddressH323MessageImpl.macAddressprotected MACAddressLinkLayerOptionImpl.macAddressprotected MACAddressSccpMessageImpl.macAddressprotected MACAddressSTPIdImpl.macAddressprotected MACAddressWirelessHeaderImpl.macAddress1protected MACAddressWirelessHeaderImpl.macAddress2protected MACAddressWirelessHeaderImpl.macAddress3protected MACAddressWirelessHeaderImpl.macAddress4protected MACAddressDTPFrameImpl.neighborMacprotected MACAddressLacpFrameImpl.partnetDeviceprotected MACAddressPagpFrameImpl.partnetDevIdprotected MACAddressCapwapUdpPacketImpl.radioMacAddressprotected MACAddressBluetoothFrameImpl.srcMacprotected MACAddressARPPacketImpl.srcMacAddressprotected MACAddressEthernetHeaderImpl.srcMacAddressMethods in com.cisco.pt.ipc.sim.pdu.impl that return MACAddressModifier and TypeMethodDescriptionLacpFrameImpl.getActorDevice()CellularHeaderImpl.getAddress1()CellularHeaderImpl.getAddress2()CellularHeaderImpl.getAddress3()CellularHeaderImpl.getAddress4()DHCPPacketImpl.getClientMacAddress()BluetoothFrameImpl.getDstMac()ARPPacketImpl.getDstMacAddress()EthernetHeaderImpl.getDstMacAddress()DHCPSubOptionRemoteIdImpl.getGetMacAddress()IPCPv6FrameImpl.getIntfId()PagpFrameImpl.getLocalDevId()H323MessageImpl.getMacAddress()LinkLayerOptionImpl.getMacAddress()SccpMessageImpl.getMacAddress()STPIdImpl.getMacAddress()WirelessHeaderImpl.getMacAddress1()WirelessHeaderImpl.getMacAddress2()WirelessHeaderImpl.getMacAddress3()WirelessHeaderImpl.getMacAddress4()DTPFrameImpl.getNeighborMac()LacpFrameImpl.getPartnetDevice()PagpFrameImpl.getPartnetDevId()CapwapUdpPacketImpl.getRadioMacAddress()BluetoothFrameImpl.getSrcMac()ARPPacketImpl.getSrcMacAddress()EthernetHeaderImpl.getSrcMacAddress()Methods in com.cisco.pt.ipc.sim.pdu.impl with parameters of type MACAddressModifier and TypeMethodDescriptionvoidLacpFrameImpl.setActorDevice(MACAddress actorDevice) voidCellularHeaderImpl.setAddress1(MACAddress address1) voidCellularHeaderImpl.setAddress2(MACAddress address2) voidCellularHeaderImpl.setAddress3(MACAddress address3) voidCellularHeaderImpl.setAddress4(MACAddress address4) voidDHCPPacketImpl.setClientMacAddress(MACAddress clientMacAddress) voidBluetoothFrameImpl.setDstMac(MACAddress dstMac) voidARPPacketImpl.setDstMacAddress(MACAddress dstMacAddress) voidEthernetHeaderImpl.setDstMacAddress(MACAddress dstMacAddress) voidDHCPSubOptionRemoteIdImpl.setGetMacAddress(MACAddress getMacAddress) voidIPCPv6FrameImpl.setIntfId(MACAddress intfId) voidPagpFrameImpl.setLocalDevId(MACAddress localDevId) voidH323MessageImpl.setMacAddress(MACAddress macAddress) voidLinkLayerOptionImpl.setMacAddress(MACAddress macAddress) voidSccpMessageImpl.setMacAddress(MACAddress macAddress) voidSTPIdImpl.setMacAddress(MACAddress macAddress) voidWirelessHeaderImpl.setMacAddress1(MACAddress macAddress1) voidWirelessHeaderImpl.setMacAddress2(MACAddress macAddress2) voidWirelessHeaderImpl.setMacAddress3(MACAddress macAddress3) voidWirelessHeaderImpl.setMacAddress4(MACAddress macAddress4) voidDTPFrameImpl.setNeighborMac(MACAddress neighborMac) voidLacpFrameImpl.setPartnetDevice(MACAddress partnetDevice) voidPagpFrameImpl.setPartnetDevId(MACAddress partnetDevId) voidCapwapUdpPacketImpl.setRadioMacAddress(MACAddress radioMacAddress) voidBluetoothFrameImpl.setSrcMac(MACAddress srcMac) voidARPPacketImpl.setSrcMacAddress(MACAddress srcMacAddress) voidEthernetHeaderImpl.setSrcMacAddress(MACAddress srcMacAddress)